home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / tool chest / development kits / hypercard related / xcmds & xfcns / getvol and newformat / demo / cards.xml < prev    next >
Encoding:
Text File  |  1990-10-01  |  4.5 KB  |  171 lines

  1. card_4298.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>4298</id>
  6.     <filler1>0</filler1>
  7.     <bitmap>BMAP_4605.pbm</bitmap>
  8.     <cantDelete> <false /> </cantDelete>
  9.     <showPict> <true /> </showPict>
  10.     <dontSearch> <false /> </dontSearch>
  11.     <owner>2607</owner>
  12.     <link rel="stylesheet" type="text/css" href="stylesheet_3276.css" />
  13.     <part>
  14.         <id>2</id>
  15.         <type>field</type>
  16.         <visible> <true /> </visible>
  17.         <dontWrap> <false /> </dontWrap>
  18.         <dontSearch> <false /> </dontSearch>
  19.         <sharedText> <false /> </sharedText>
  20.         <fixedLineHeight> <false /> </fixedLineHeight>
  21.         <autoTab> <false /> </autoTab>
  22.         <lockText> <true /> </lockText>
  23.         <rect>
  24.             <left>313</left>
  25.             <top>263</top>
  26.             <right>368</right>
  27.             <bottom>280</bottom>
  28.         </rect>
  29.         <style>rectangle</style>
  30.         <autoSelect> <false /> </autoSelect>
  31.         <showLines> <false /> </showLines>
  32.         <wideMargins> <false /> </wideMargins>
  33.         <multipleLines> <false /> </multipleLines>
  34.         <reservedFamily> 0 </reservedFamily>
  35.         <titleWidth>0</titleWidth>
  36.         <icon>0</icon>
  37.         <textAlign>left</textAlign>
  38.         <font>Geneva</font>
  39.         <textSize>12</textSize>
  40.         <textStyle>bold</textStyle>
  41.         <textHeight>16</textHeight>
  42.         <name>Result</name>
  43.         <script></script>
  44.     </part>
  45.     <part>
  46.         <id>3</id>
  47.         <type>button</type>
  48.         <visible> <true /> </visible>
  49.         <reserved5> 0 </reserved5>
  50.         <reserved4> 0 </reserved4>
  51.         <reserved3> 0 </reserved3>
  52.         <reserved2> 0 </reserved2>
  53.         <reserved1> 0 </reserved1>
  54.         <enabled> <true /> </enabled>
  55.         <rect>
  56.             <left>182</left>
  57.             <top>192</top>
  58.             <right>322</right>
  59.             <bottom>238</bottom>
  60.         </rect>
  61.         <style>roundrect</style>
  62.         <showName> <true /> </showName>
  63.         <highlight> <false /> </highlight>
  64.         <autoHighlight> <false /> </autoHighlight>
  65.         <sharedHighlight> <true /> </sharedHighlight>
  66.         <family>0</family>
  67.         <titleWidth>0</titleWidth>
  68.         <icon>0</icon>
  69.         <textAlign>center</textAlign>
  70.         <font>Chicago</font>
  71.         <textSize>12</textSize>
  72.         <textStyle>plain</textStyle>
  73.         <name>Test a Stack</name>
  74.         <script>on mouseUp
  75. answer file "Select a stack:" of type "STAK"
  76. if it is empty then exit mouseUp
  77. put newformat (it) into cd fld result
  78. end mouseUp</script>
  79.     </part>
  80.     <content>
  81.         <layer>card</layer>
  82.         <id>2</id>
  83.         <text>true</text>
  84.     </content>
  85.     <name></name>
  86.     <script>on opencard
  87. put "" into result
  88. pass opencard
  89. end opencard
  90. </script>
  91. </card>
  92.  
  93.  
  94. card_2837.xml
  95. <?xml version="1.0" encoding="utf-8" ?>
  96. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  97. <card>
  98.     <id>2837</id>
  99.     <filler1>0</filler1>
  100.     <bitmap>BMAP_3656.pbm</bitmap>
  101.     <cantDelete> <false /> </cantDelete>
  102.     <showPict> <true /> </showPict>
  103.     <dontSearch> <false /> </dontSearch>
  104.     <owner>2607</owner>
  105.     <link rel="stylesheet" type="text/css" href="stylesheet_3276.css" />
  106.     <part>
  107.         <id>1</id>
  108.         <type>field</type>
  109.         <visible> <true /> </visible>
  110.         <dontWrap> <false /> </dontWrap>
  111.         <dontSearch> <false /> </dontSearch>
  112.         <sharedText> <false /> </sharedText>
  113.         <fixedLineHeight> <false /> </fixedLineHeight>
  114.         <autoTab> <false /> </autoTab>
  115.         <lockText> <true /> </lockText>
  116.         <rect>
  117.             <left>166</left>
  118.             <top>132</top>
  119.             <right>347</right>
  120.             <bottom>276</bottom>
  121.         </rect>
  122.         <style>scrolling</style>
  123.         <autoSelect> <false /> </autoSelect>
  124.         <showLines> <false /> </showLines>
  125.         <wideMargins> <false /> </wideMargins>
  126.         <multipleLines> <false /> </multipleLines>
  127.         <reservedFamily> 0 </reservedFamily>
  128.         <titleWidth>0</titleWidth>
  129.         <icon>0</icon>
  130.         <textAlign>left</textAlign>
  131.         <font>Geneva</font>
  132.         <textSize>12</textSize>
  133.         <textStyle>plain</textStyle>
  134.         <textHeight>16</textHeight>
  135.         <name>Volumes Mounted</name>
  136.         <script></script>
  137.     </part>
  138.     <part>
  139.         <id>2</id>
  140.         <type>button</type>
  141.         <visible> <true /> </visible>
  142.         <reserved5> 0 </reserved5>
  143.         <reserved4> 0 </reserved4>
  144.         <reserved3> 0 </reserved3>
  145.         <reserved2> 0 </reserved2>
  146.         <reserved1> 0 </reserved1>
  147.         <enabled> <true /> </enabled>
  148.         <rect>
  149.             <left>196</left>
  150.             <top>286</top>
  151.             <right>317</right>
  152.             <bottom>314</bottom>
  153.         </rect>
  154.         <style>roundrect</style>
  155.         <showName> <true /> </showName>
  156.         <highlight> <false /> </highlight>
  157.         <autoHighlight> <false /> </autoHighlight>
  158.         <sharedHighlight> <true /> </sharedHighlight>
  159.         <family>0</family>
  160.         <titleWidth>0</titleWidth>
  161.         <icon>0</icon>
  162.         <textAlign>center</textAlign>
  163.         <font>Chicago</font>
  164.         <textSize>12</textSize>
  165.         <textStyle>plain</textStyle>
  166.         <name>Update</name>
  167.         <script>on mouseUp
  168. put GetVol() into cd fld "Volumes Mounted"
  169. end mouseUp</script>
  170.     </part>
  171.     <content>
  172.         <layer>card</layer>
  173.         <id>1</id>
  174.         <text>Nerd Magnet
  175. Dev CD Vol. IV
  176. </text>
  177.     </content>
  178.     <name></name>
  179.     <script></script>
  180. </card>
  181.  
  182.  
  183.